info

open fun info(message: String)

Logs an INFO message.

Parameters

message

the message to log


open fun info(message: String, arguments: Array<Any>)

Logs an INFO message with the given arguments.

Parameters

message

the message to log

arguments

the array of arguments to the message